MessageTemplate

data class MessageTemplate(val template: String)

Represents a message template.

Since

4.16.0

Constructors

Link copied to clipboard
constructor(template: String)

Properties

Link copied to clipboard

The message template as a JSON string.